home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / wireshark / wireshark-setup-0.99.6a.exe / dtds / presence.dtd < prev    next >
Text File  |  2007-07-09  |  598b  |  28 lines

  1. <? wireshark:protocol
  2.    proto_name="presence"
  3.    description="presence XML doc (RFC 3863)"
  4.    hierarchy="yes" ?>
  5. <!--
  6. $Id: presence.dtd 19612 2006-10-19 18:35:10Z lego $
  7. -->
  8.  
  9.  
  10. <!ELEMENT presence (tuple)* >
  11. <!ATTLIST presence xmlns CDATA #IMPLIED entity CDATA #REQUIRED>
  12.  
  13. <!ELEMENT tuple (status? | contact? | note? | timestamp?)* >
  14. <!ATTLIST tuple id CDATA #REQUIRED>
  15.  
  16. <!ELEMENT status (basic)>
  17.  
  18. <!ELEMENT basic (#PCDATA)>
  19.  
  20. <!ELEMENT contact (#PCDATA)>
  21. <!ATTLIST contact priority CDATA #REQUIRED>
  22.  
  23. <!ELEMENT note (#PCDATA)>
  24. <!ATTLIST note    lang CDATA #REQUIRED>
  25.  
  26. <!ELEMENT timestamp (#PCDATA)>
  27.  
  28.